home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Tele / Internet / Mac-ftp-list 382.sit / Mac ftp list 382.txt
Encoding:
Internet Message Format  |  1994-02-04  |  36.3 KB  |  [TEXT/MSWD]

  1. Date: 01 Feb 94 20:13:44 EST
  2. From: bruce grubb <72130.3557@CompuServe.COM>
  3. Subject: [*]  mac.ftp.list Version 3.8.2
  4.  
  5. Archive name: mac-ftp-list382.txt
  6. category: communication, text
  7.  
  8. This is the latest {Feb 1,1994} version this report and should replace the 
  9. previous version of mac-ftp-list.txt.
  10.  
  11. Changes:  rusmv1.uni-stuttgart.de is now ftp.uni-stuttgart.de; 
  12.           wuarchive.wustl.edu information is changed.  pomme.src.umd.edu
  13.           moved to the 'These sites have a lot of files, but do not get much
  14.           new' list.  gzip {.z/.gz} format added to table.
  15.           
  16. Added sites:  ftp.cc.umanitoba.ca; ftp.cnr.it; ftp.gte.com;
  17.               hensel.mathp6.jussieu.fr
  18.  
  19. This is a update to Mike Gleason's ftp list {He gave me permision to continue 
  20. it}.  It lists a good number of mac anonymous ftp sites with notes on some and 
  21. a little blurb on how to use anonymous ftp.
  22.  
  23. --------------------blurb ends, report commences---------------------------
  24. From: bgrubb@scf.nmsu.edu (Bruce Grubb)
  25. Subject: mac.ftp.list, Version 3.8.2
  26.  
  27. Here's Version 3.8.2 (Feb 1,1994)
  28.  
  29. Changes:  rusmv1.uni-stuttgart.de is now ftp.uni-stuttgart.de; 
  30.           wuarchive.wustl.edu information is changed.  pomme.src.umd.edu
  31.           moved to the 'These sites have a lot of files, but do not get much
  32.           new' list.  gzip {.z/.gz} format added to table.
  33.           
  34. Added sites:  ftp.cc.umanitoba.ca; ftp.cnr.it; ftp.gte.com;
  35.               hensel.mathp6.jussieu.fr 
  36.  
  37. Note:  Mike Gleason no longer supports this list and has given me his kind 
  38. permision to continue it.
  39.  
  40. Due to numerous requests I will post revisions as needed to the USENET 
  41. newsgroups comp.sys.mac.advocacy comp.sys.mac.misc, comp.sys.mac.apps, and 
  42. comp.sys.mac.games as well as the info-mac archives at sumex-aim.stanford.edu.  
  43. The concept for this document is copyrighted 1991 by Mike Gleason with 
  44. permission to Bruce Grubb for alterations, but may be freely distributed and 
  45. archived.
  46.  
  47. Please send newly discovered sites (with IP numbers and directories to
  48. check if possible), bug fixes, and comments to:
  49.   bgrubb@scf.nmsu.edu
  50.  
  51. For folks new to ftp
  52. ----------------------------------------------------------------------------
  53. The first column of stuff in the data below is the site name.  Usually
  54. you can just run ftp and type open and then the site name.  But some
  55. computers don't like the names (or don't have all of them) and prefer the
  56. next column of stuff, the IP addresses.  If you try the open command with the
  57. IP number and it doesn't bite, it isn't gonna work.  Most mac ftp sites have
  58. encoded their files with BinHex 4.0.  These files will end in the suffix
  59. ".hqx". To decode these files, you can just download them to your mac, and
  60. use Compact Pro or Stuffit to decode them.  THEN, you will need to decompress
  61. them. Files ending in ".cpt" are Compact Pro files, ".sit" files are
  62. Stuffit's. You will probably need both Compact Pro and Stuffit since both
  63. types are common.  When ftp prompts you for a username and password, send
  64. "anonymous" as the username, and your email address as the password, for Mike 
  65. Gleason it would be mgleason@cse.unl.edu.  Here's a sample ftp session:
  66.  
  67. % ftp
  68. ftp> open sumex-aim.stanford.edu
  69. Connected to sumex-aim.stanford.edu.
  70. 220 sumex-aim FTP server (SunOS 4.0/3) ready.
  71. Name (sumex-aim.stanford.edu:mgleason): anonymous
  72. Password (sumex-aim.stanford.edu:anonymous): mgleason@cse.unl.edu
  73. 331 Guest login ok, send mail address (user@host) as password.
  74. 230 Guest connection 17 (of 25) accepted, access restrictions apply.
  75. ftp> cd info-mac
  76. ftp> get ./help/recent-files.txt recentFiles
  77. ftp> get ./game/cumulonimbus.hqx cn.hqx
  78. ftp> quit
  79. % sz cn.hqx
  80.  
  81. Keep in mind that some sites may disenable the anonymous login for a while:  
  82. during certain hours of the day, for maintainance reasons, or due to too     
  83. much heavy traffic {ftp.apple.com does this every now and then, for example.}.  
  84. Most will tell you the reason for refusing anonymous login, but a few will say 
  85. nothing more than "User anonymous unknown".  Keep this in mind when a site on 
  86. this list results in "User anonymous unknown".
  87.  
  88. Power User Notes:
  89. ----------------------------------------------------------------------------
  90. If you want to read a file on a remote site, but don't want download it,
  91. quit ftp, page the file, then restart ftp, try "get myfile.txt -" and ftp
  92. will dump the file to your terminal.  Also exploit ftp's pipe and shell
  93. abilities, like "get myfile.txt |more" will do the same as above, except
  94. using "more" to page the file.
  95.  
  96. If you need to know the IP address of an ftp site, a common unix program
  97. called "nslookup" can help.  With some versions, "nslookup ftp.apple.com" 
  98. would spit out "130.43.2.3."  The reverse is also true, "nslookup 130.43.2.3" 
  99. would print out "ftp.apple.com."  Normally nslookup on an IP address just 
  100. verifies the address as valid and to do a reverse lookup you must reverse the 
  101. address and use the in-addr.arpa domain with the lookup type set to "ANY."
  102.  
  103. Most files you'll get off ftp are in that pain in the butt format, binhex.
  104. Mike Gleason usually downloaded to his unix box, and then used an immensely 
  105. useful utility called "mcvert" to de-binhex them there.  Not only is this 
  106. faster, but it doesn't tie up your own CPU :-)  Stop over to sumex 
  107. {info-mac/cmp directory} and grab it.  After mcvert'ing files, they'll turn 
  108. into files with ".bin" suffix on them, meaning they are in MacBinary format, 
  109. and ready to download.  You can also decompress most archives, using Dik 
  110. Winter's "unpack" program, if you don't mind both more files and bigger files 
  111. to download.
  112.  
  113. There is also a new format called gzip out.  Using either .z or .gz suffixes
  114. this is a new unix-originated compression system from the GNU Foundation which 
  115. is aimed at replacing the popular unix compress format {.Z}. Please do _not_
  116. confuse .z {gzip} and .Z {unix compress format}; they are totally different 
  117. (L.H.Wood <L.H.Wood@lut.ac.uk>).
  118.  
  119. WARNING:  make sure that the communication program is in BINARY mode or 
  120. downloading of ".bin" and "unpacked" programs won't work.  For example, 
  121. Kermit's binary mode on some Unix machines is accessed by typing 'kermit -i' 
  122. at the promt.
  123.  
  124. Here's a handy chart to keep track which programs unmangle which formats:
  125.                       .sit*                       unix .gz/.z
  126. Macintosh       .cpt 1.5/dlx .hqx .zip  .dd  .lzh  .Z  {gzip} .pit  .arc  .bin
  127. StuffIt Lite**    D     X      X    D          X    X           D     D     X
  128. StuffIt Deluxe**  D     X      X    D          X    X           D     D     X
  129. Stuffit Expander  D     D      D
  130. SITcomm***        D     X      X    D          X    X           D     D     X
  131. ArcMac                                                                X
  132. BinHex 4.0                     X
  133. BinHex 5.0                     X                                            X
  134. Compact Pro       X    D/?     X
  135. DDExpand               D/?                D                     D
  136. Disk Doubler           D/?                X                     X
  137. MacCompress                                         X
  138. MacGzip                                                   X
  139. MacLHa                                         X
  140. PackIt                                                          X
  141. UnZip                               D
  142. ZipIt                               X
  143.  
  144. Other                 .sit*                       unix .gz/.z
  145. computers       .cpt 1.5/dlx .hqx .zip  .dd  .lzh  .Z  {gzip} .pit  .arc  .bin
  146. mcvert (unix)                  X                    X            
  147. PKZIP (DOS)                         X
  148. unpack (unix)     D     X                                       X
  149. unsitins.exe            D
  150.  
  151. D = Decode only
  152. X = Encode and decode
  153.  
  154. *   .sit now refers to both 1.5 and dlx. Otherwise a '/' is used {1.5/dlx} 
  155. **  Stuffit Deluxe translators can be used with Stuffit Lite.  Current
  156.     versions are 3.0.7 as of this writing.
  157. *** SITcomm is communications program from Aladdin that uses the Stuffit
  158.     translators.
  159.  
  160. Special note: .hqx files are the ONLY files that can be downloaded in ASCII 
  161. mode; all others must be downloaded in BINARY mode for the file to decompress 
  162. properly.  Otherwise you will get errors like "unreadable file" or "file is 
  163. corrupt" when you try to decompress them.
  164.  
  165. These sites have many mac files, and are still getting new ones:
  166. -----------------------------------------------------------------------------
  167. ezinfo.ethz.ch             129.132.2.72    ./mac                            1
  168. ftp.apple.com              130.43.2.3      /dts                             2
  169. ftp.cso.uiuc.edu           128.174.5.59    /mac/MUG                         3
  170. ftp.funet.fi               128.214.6.100   /pub/mac                         4
  171. irisa.irisa.fr             131.254.2.3     /News/comp.binaries.mac          5
  172. mac.archive.umich.edu      141.211.32.2    /mac                             6
  173. nic.switch.ch              130.59.1.40     /software/mac                    7
  174. sumex-aim.stanford.edu     36.44.0.6       /info-mac                        8
  175. toklab.ics.osaka-u.ac.jp   133.1.12.100    /mac/info-mac/info-mac           9
  176.  
  177. These sites are home to a few specific file(s) or file types:
  178. -----------------------------------------------------------------------------
  179. archives.math.utk.edu      128.169.202.163 /mac (Mathematics)              10
  180. arthur.cs.purdue.edu       128.10.2.1      /pub/trinkle (mac32.tar.Z)     
  181. atlas.chem.utah.edu        128.110.196.10  /topsoft (Programming?}
  182. aux.support.apple.com      130.43.6.2      / (A/UX stuff)                 
  183. bert.cs.byu.edu            128.187.2.20    /NCSA_Telnet (BYU's version)   
  184. biom3.univ-lyon1.fr        134.214.100.42  /pub/mac (MacMul, GraphMu)     
  185. boombox.micro.umn.edu      128.101.95.95   /pub (gopher, POPmail, more)   
  186. brownvm.brown.edu          128.148.128.40  / (tn3270, term, lpr)          
  187. cambridge.apple.com        198.112.73.3    /pub {Mac Common LISP}
  188. cecelia.media.mit.edu      18.85.0.104     /pub (CSound)                  
  189. chook.cs.adelaide.edu.au   129.127.8.8     /pub/VHDL-Cookbook             
  190. cs.orst.edu                128.193.32.1    /pub/mac (lab-logger)          
  191. d31rz0.stanford.edu        36.76.0.151     /Igor (Igor demos, utilities)  
  192. fiji.wri.com               140.177.10.76   /pub (Mathematica)
  193. ftp.acns.nwu.edu           129.105.16.52   /pub/disinfectant (Disinf HQ)   11
  194. ftp.cayman.com             143.137.1.2     /pub (GatorBox stuff)          
  195. ftp.cc.purdue.edu          128.210.10.6    /pub/mac (RevRdist)
  196. ftp.cc.umanitoba.ca        130.179.16.24   /Mac-Develop/Newton/Incoming
  197. ftp.dartmouth.edu          129.170.16.54   /pub/mac (Dartmouth XCMDs, etc)
  198. ftp.edvz.uni-linz.ac.at    140.78.3.8      /pub/mac/system
  199. ftp.embl-heidelberg.de     192.54.41.33    /? (molecular biology)
  200. ftp.gte.com                132.197.8.2     /pub/chuck  (Chassis, sample code)
  201. ftp.gsfc.nasa.gov          140.78.3.8      /mac (MacSecure.3.1.hqx)       
  202. ftp.ncsa.uiuc.edu          141.142.20.50   /Mac (NCSA Telnet, etc)         12
  203. ftp.primate.wisc.edu       144.92.43.11    /pub/mac (TransSkel & misc)     13
  204. ftp.psi.com                136.161.128.3   /wp (PSIWP, an X.500 client)   
  205. ftp.qualcomm.com           192.35.156.5    / (Eudora)
  206. ftp.utas.edu.au            131.217.10.1    /pub/mac (Mews)                
  207. ftp.uu.net                 192.48.96.9     /languages/abc (ABC prog lang)  14
  208. gaea.kgs.ukans.edu         129.237.140.40  / (scripting)
  209. geom.umn.edu               128.101.25.35   /stuff/snappea/mac (Snap pea)  
  210. hensel.mathp6.jussieu.fr   134.157.51.2    /dist/pari/mac (pari/Math)
  211. hobbes.lbl.gov             128.3.12.38     /pub/mac (Radiance)            
  212. jagubox.gsfc.nasa.gov      128.183.44.1    / (A/UX)
  213. ics.uci.edu                128.195.1.1     /mac/think-c                    15
  214. imag.imag.fr               129.88.32.1     /edu/math/mac/Cabri             16
  215. iraun1.ira.uka.de          129.13.10.90    /pub/mac (SingleShare,NewsView)
  216. linc.cis.upenn.edu         130.91.6.8      /pub/NH3.0/mac (Mac NetHack!)  
  217. laplace.stat.ucla.edu      128.97.4.147    /pub (STAT-L)
  218. maddog.llnl.gov            128.115.10.1    /pub (uw.tar.Z unix windows)   
  219. menudo.uh.edu              129.7.1.16      /pub/gene-server/mac (Science) 
  220. microlib.cc.utexas.edu     128.83.1.21     /microlib/mac (Gatekeeper HQ)   17
  221. midway.uchicago.edu        128.135.12.73   /pub/OzTex                     
  222. mojo.ots.utexas.edu        128.83.185.16   /pub/slip/mac/ncsa SLIP telnet 
  223. munnari.oz.au              128.250.1.21    /mac (CAP, Multigate stuff)     18
  224. ncbi.nlm.nih.gov           130.14.20.1     /entrez                         19
  225. neptune.ethz.ch            129.132.101.33  /Oberon/MacII, /XYZ             20
  226. newton.uiowa.edu           128.255.63.55   /pub/newton (newton)
  227. novamail.cerl.uiuc.edu     128.174.180.9   /pub/lime (Lime demo, for MIDI)
  228. oddjob.uchicago.edu        128.135.4.2     /pub/Yerk                      
  229. otter.stanford.edu         36.21.0.104     /mma, /mac (Mathematica)       
  230. pacific.mps.ohio-state.edu 128.146.37.18   /mac (LabanWriter)             
  231. rascal.ics.utexas.edu      128.83.138.20   /mac/virus (Antivirals)         21
  232. ruunfs.fys.ruu.nl          131.211.32.68   /pub/vtools [vs2ps, vs2ris]    
  233. ssyx.ucsc.edu              128.114.133.1   /pub/mac (HyperUnix, ClientDA) 
  234. statlab.uni-heidelberg.de  129.206.113.100 /pub/network (NetWork stuff)   
  235. tau.sm.luth.se             130.240.0.3     /pub/mac/nisus (macros, etc)   
  236. terminator.cc.umich.edu    141.211.164.8   /x500 (maX.500 white pages)    
  237. walrus.wr.usgs.gov         130.118.7.254   /pub/mac {Geology}
  238. zippy.nimh.nih.gov         128.231.98.32   /pub/nih-image (NIH-Image)
  239.  
  240. These sites are shadow/mirror archives (the same stuff) of something else:
  241. -----------------------------------------------------------------------------
  242. anl.anl.fr                 192.54.179.1    /pub/mac/umich
  243. archie.au                  139.130.4.6     /micros/mac [sumex, umich]
  244. archive.orst.edu           128.193.4.2     /pub/mirrors/archive.umich.edu
  245. ccsun.unicamp.br           143.106.1.5     / [info-mac] Brazil {slow}
  246. ftp.cnr.it                 192.12.192.6    /pub/info-mac [sumex]
  247. ftp.cs.tu-berlin.de        130.149.17.7    /pub/mac [sumex]                22
  248. ftp.gsfc.nasa.gov          128.183.10.134  /mac.dir [dftsrv.gov]          
  249. ftp.inter.spin.ad.jp       165.76.8.4      /pub/Mac/Merit.mirror
  250. ftp.lth.se                 130.235.20.3    /mac [sumex]                    23
  251. ftp.rrzn.uni-hannover.de   130.75.5.71     /ftp1/mac [sumex] 
  252. ftp.rus.uni-stuttgart.de   129.69.8.13     /soft/mac [sumex, partial]
  253.  
  254. ftp.sunet.se               130.238.127.3   /pub/mac [sumex, umich]         24
  255. ftp.technion.ac.il         132.68.1.10     /pub/unsupported/mac/umich
  256. ftp.u-tokyo.ac.jp          130.69.254.254  /pub/info-mac [sumex]
  257. ftp.uni-paderborn.de       131.234.2.32    /mac
  258. ftp.uwtc.washington.edu    128.95.202.40   /pub/Macintosh [collection]
  259. ftphost.aukuni.ac.nz       130.216.1.5     /mac [sumex]                    25
  260. garbo.uwasa.fi             128.214.87.1    /mac [funet]                   
  261. giza.cis.ohio-state.edu    128.146.8.61    /pub/oztex [midway]            
  262. grind.isca.uiowa.edu       128.255.40.200  /mac [sumex, umich]             26
  263.                            128.255.21.233                                  26
  264. jyu.fi                     128.214.7.5     /maclib [sumex]                
  265. minnehaha.rhrk.uni-kl.de   131.246.9.95    /pub/mac [sumex]               
  266. mrcnext.cso.uiuc.edu       128.174.201.12  /mac/MUG [ux1]                 
  267. nctuccca.edu.tw            192.83.166.10   /Macintosh/umich-mac [umich]
  268. nic.switch.ch              130.59.1.40     /mirror/info-mac [sumex]         7
  269.                                            /mirror/Oberon/MacII [MacOberon] 7
  270. oswego.oswego.edu          129.3.1.1       /pub/mac [collection]    
  271. shark.mel.dit.csiro.au     144.110.16.11   /info-mac [sumex]              
  272. src.doc.ic.ac.uk           146.169.3.7     /mac, /public/other3/sumex-mac  27
  273. utsun.s.u-tokyo.ac.jp      133.11.11.11    /Mac, /Mac/info-mac [sumex]    
  274. watmsg.waterloo.edu        129.97.129.9    /pub/oztex [midway]            
  275. wuarchive.wustl.edu        128.252.135.4   /systems/mac {See note}         28
  276.  
  277. These sites have just a few mac files:
  278. -----------------------------------------------------------------------------
  279. bode.ee.ualberta.ca        129.128.16.96   /pub/mac                       
  280. eff.org                    192.88.144.3    /pub/mac                       
  281. fs-1.iastate.edu           129.186.151.151 /pub/mac                       
  282. ftp.lu.se                  130.235.132.90  /pub/mac                        29
  283. ftp.nevada.edu             131.216.1.11    /pub/heathers (sounds)         
  284. genbank.bio.net            134.172.1.160   /pub/mac                       
  285. hpcsos.col.hp.com          15.255.240.16   /packet/mac                    
  286. icarus.cns.syr.edu         128.230.1.49    /software/mac (w/ Unix_Mac)    
  287. icarus.riacs.edu           134.12.1.1      /pub                           
  288. mailer.cc.fsu.edu          128.186.6.103   /pub/mac                       
  289. procyon.cis.ksu.edu        129.130.10.80   /pub/Macintosh                 
  290. splicer.cba.hawaii.edu     128.171.17.7    /mac                           
  291. teetot.acusd.edu           192.55.87.19    /pub/Macintosh/SuperCard
  292. tolsun.oulu.fi             128.214.5.6     /pub/mac                       
  293. ucsd.edu                   128.54.16.1     /midi/software/mac, /pub/mac   
  294.  
  295. These sites have a lot of files, but do not get much new:
  296. -----------------------------------------------------------------------------
  297. f.ms.uky.edu               128.163.128.6   /pub/mac [sumex]               
  298. ftp.bio.indiana.edu        129.79.224.50   / (large science archive)       30
  299. impaqt1.mem.drexel.edu     129.25.10.1     /pub/files/mac                 
  300. joker.optics.rochester.edu 128.151.240.1   /Sounds, /mac                  
  301. kth.se                     130.237.72.201  /macintosh                     
  302. mcsun.eu.net               192.16.202.1    /comp/mac                      
  303. merlin.cs.purdue.edu       128.10.2.3      /pub/mac                       
  304. oak.oakland.edu            141.210.10.117  /pub2/macintosh
  305. plains.nodak.edu           134.129.111.64  /pub/mac/pub                    31
  306. pomme.src.umd.edu          128.8.111.252   /info-mac [sumex]               32
  307. ra.nrl.navy.mil            128.60.0.21     /MacSciTech                    
  308.  
  309. I can't connect to these sites, which may have mac stuff:
  310. -----------------------------------------------------------------------------
  311. beach.gal.utexas.edu       129.109.1.207   /pub/virus/mac (VMS though)    
  312. peace.waikato.ac.nz        130.217.64.62   anu-news gnu msdos mac ncsa    
  313. saffron.inset.com          192.94.75.2     / (new Sound_list HQ)          
  314. slug.pws.bull.com          128.35.10.203   comp.binaries.mac              
  315.  
  316. Some Miscellaneous sites
  317. -----------------------------------------------------------------------------
  318. csd4.csd.uwm.edu           129.89.7.4      /pub/inet.services.txt
  319. ftp.cpsc.ucalgary.ca       136.159.7.18    /pub/text.compression.corpus    33
  320. pilot.njin.net             128.6.7.38      /pub/ftp-list (big ftp.list)
  321.  
  322. These Mac sites no longer exist:
  323. -----------------------------------------------------------------------------
  324. apple.com                  130.43.2.2      see ftp.apple.com                2
  325. ccb.ucsf.edu               128.218.1.14    Mac files removed
  326. dartvax.dartmouth.edu      129.170.16.4    see ftp.dartmouth.edu 
  327. dftsrv.gsfc.nasa.gov       128.183.10.3    see ftp.gsfc.nasa.gov
  328. lth.se                     130.235.16.3    see ftp.lth.se                  23
  329. sics.se                    192.16.123.90   see ftp.lth.se                  23
  330. utsun.s.u-tokyo.ac.jp      133.11.11.11    see ftp.u-tokyo.ac.jp
  331. wsmr-simtel20.army.mil     26.2.0.74       see wuarchie.wustl.edu          28
  332.  
  333. Current archie servers (as of Nov 19, 1993):
  334. -----------------------------------------------------------------------------
  335. archie.ac.il              132.65.6.15     Israel
  336. archie.ans.net            147.225.1.10    ANS, New York, USA
  337. archie.au                 139.130.4.6     Deakin University, Geelong,Australia
  338. archie.doc.ic.ac.uk       146.169.11.3    Imperial College, London, UK
  339. archie.edvz.uni-linz.ac.at140.78.3.8      Austria
  340. archie.funet.fi           128.214.6.100   FUnet, Helsinki, Finland
  341. archie.internic.net       198.48.45.10    NJ, USA
  342. archie.kr                 128.134.1.1     Korea
  343. archie.luth.se            130.240.18.4    Sweden
  344. archie.ncu.edu.tw         140.115.19.24   Taiwanese server
  345. archie.rediris.es         130.206.1.2     Spain
  346. archie.rutgers.edu        128.6.18.15     Piscataway, New Jersey, USA
  347. archie.sogang.ac.kr       163.239.1.11    Korean server
  348. archie.sura.net           128.167.254.179 SURAnet, College Park, Maryland, USA
  349. archie.switch.ch          139.59.1.40     SWITCH, Zurich, Switzerland
  350. archie.th-darmstadt.de    1130.83.22.60   Germany
  351. archie.unipi.it           131.114.21.10   Italy
  352. archie.univie.ac.at       131.130.1.23    Austria
  353. archie.unl.edu            129.93.1.14     Lincoln, Nebraska, USA
  354. archie.uqam.ca            132.208.250.10  Canada
  355. archie.wide.ad.jp         133.4.3.6       Japan
  356. archie.nz                 130.195.9.4     New Zealand server
  357.  
  358. Old archie servers (Jan 3 1993) that may have gone defunct:
  359. -----------------------------------------------------------------------------
  360. archie.cs.huji.ac.il      132.65.6.5      Hebrew University, Jerusalem,Israel
  361. archie.kuis.kyoto-u.ac.jp 130.54.20.1     Japan
  362.  
  363. Note: "If you're on the Internet, you can "telnet [site name]" and login in as 
  364. "archie", at which point you'll get basic directions and pointers to other 
  365. Archie machines." (TidBITS#130; Gateways 1: Internet)
  366.  
  367. Notes on some of the above sites:
  368. -----------------------------------------------------------------------------
  369. 1.  ezinfo.ethz.ch (129.132.2.72)   ./mac
  370.     A large European site. While ezinfo is primarily a BBS for Users in 
  371.     Switzerland and Europe, this host also provides anonymous FTP and DECNET
  372.     access to its archives. Preferrably use night hours as the BBS is heavily
  373.     used by local users during daytime hours.  Guests can only see 50% of the 
  374.     menus on the BBS.
  375.     The Macintosh files are taken from comp.binaries.mac, with local
  376.     uploads now and then. Recent files are stored in ./mac/news/ for one
  377.     month before being redistributed in their respective directories.
  378.     HOW TO UPLOAD:  mail .hqx files to danny@ezinfo.ethz.ch
  379.     TRANSFER MODE:  Use ASCII.
  380.     RECENT FILES:   see above.
  381.     HELP:           eis_manager@ezinfo.ethz.ch
  382.  
  383. 2.  ftp.apple.com  (130.43.2.3)  /dts
  384.     Replacing apple.com {apple.apple.com} (130.43.2.2) this is Apple's
  385.     official ftp site to supply the world with System software {up to 7.0.1
  386.     that is}, utilities, technical notes, sample source code, press release
  387.     archives, and developer tools.  Callers outside America are  restricted
  388.     to what they can download. :-(  
  389.     "Failure to maintain a reasonable load on this machine could result in
  390.     this archive being pulled from the Internet, or, at a minimum, a nasty
  391.     disk crash that could keep this site down for an extended period of time."
  392.     (READ.ME file)
  393.     ALL FILES:     /dts/help/dir-files-all
  394.     RECENT FILES:  /dts/help/dir-files-recent
  395.     HELP:          /help, or mail mjohnson@apple.com.
  396.     TRANSFER MODE: Use ASCII.
  397.  
  398. 3.  ftp.cso.uiuc.edu  (128.174.5.59)  /mac/MUG
  399.     Old name ux1.cso.uiuc.edu.  A local user group has been kind enough to
  400.     store copies of it's disk collection here.  There is a massive amount of
  401.     material to download. New disks have started appearing again, too.  Too
  402.     bad the index files aren't updated regularly, it's a shame to download
  403.     entire disks, and not knowing what's on them.  It also wastes internet
  404.     bandwidth ;-) 
  405.     ALL FILES:     /mac/MUG/0Biglist.MUG
  406.     HELP:          /mac/MUG/0README.MUG
  407.     TRANSFER MODE: Use ASCII.
  408.  
  409. 4.  ftp.funet.fi  (128.214.6.100)  /pub/mac
  410.     A very large European site.  In addition to shadowing Sumex-aim, they get 
  411.     their own original files sometimes.  Non-Europeans shouldn't call often, 
  412.     to keep costs down.  They also serve as an archie host (archie.funet.fi) 
  413.     for Europe. 
  414.     ALL FILES:     /pub/mac/_file.lst
  415.     RECENT FILES:  /pub/mac/ChangeLog
  416.     HELP:          /pub/mac/HELP
  417.     HOW TO UPLOAD: Use ftp to put files into /pub/mac/incoming.
  418.     TRANSFER MODE: Use BINARY (IMAGE).
  419.  
  420. 5.  irisa.irisa.fr  (131.254.2.3)  /News/comp.binaries.mac
  421.     They keep archives of the postings to the comp.binaries.mac newsgroup.  
  422.     The files all stored in one huge directory, so instead of doing an 'ls', 
  423.     get the index file to look at offline. 
  424.     ALL FILES:     /News/comp.binaries.mac/index
  425.     HOW TO UPLOAD: Post to the comp.binaries.mac USENET group.
  426.     TRANSFER MODE: Use ASCII.
  427.  
  428. 6.  mac.archive.umich.edu  (141.211.32.2)  /mac
  429.     This big site has a large number of files, many of them unique.  There are 
  430.     many outline fonts, mostly Adobe type 1's, and a few type 3's and 
  431.     TrueType.  About the only gripe I have is the tremendous number of 
  432.     subdirectories, e.g. /mac/system.extensions/font/adobe.type.three...  but 
  433.     that's a small price to pay for the work they've put in for us leeches :-)
  434.     ALL FILES:     /mac/00help/index.txt
  435.     RECENT FILES:  /mac/00help/newfiles.txt
  436.     IN QUEUE:      Look in the /mac/incoming directory.
  437.     HELP:          /mac/00help
  438.     HOW TO UPLOAD: ftp-put files in the /mac/incoming directory or
  439.                    e-mail to macgifts@mac.archive.umich.edu
  440.                    {e-mail results in crossposting to other archives}
  441.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  442.     else.
  443.  
  444. 7.  nic.switch.ch  (130.59.1.40)  /software/mac  /mirror/info-mac 
  445.                                   /mirror/umich-mac   /mirror/Oberon/MacII
  446.     A pretty large European site. It is a server for academic and research      
  447.     users primarily in Switzerland, but also for the ones in Europe and the  
  448.     rest of the world.                                                   
  449.     There is also an interactive browsing mode available via the SWITCHinfo
  450.     telnet access to nic.switch.ch with login name 'info', no password       
  451.     required. A HyperCard stack offers similar access facilities in a     
  452.     Macintosh way, it can be found in /software/mac/SWITCHinfo.                
  453.     In /software/mac/src is a unique collection of Macintosh software that
  454.     comes with freely redistributable sources.
  455.     ALL FILES:      /0overview/ls-lR (very large, > 3 MBytes!)                 
  456.     RECENT FILES:   /0overview/new-files                                       
  457.     HELP:           /0README or mail to switchinfo@switch.ch
  458.      
  459. 8.  sumex-aim.stanford.edu  (36.44.0.6)  /info-mac
  460.     The king of macintosh ftp sites.  If you want your uploads to get a wide 
  461.     distribution, this is the place to send them to. They also have their own 
  462.     message "list", the info-mac digests.  This is handy for those who don't 
  463.     have USENET access.
  464.     ALL FILES:     /info-mac/help/all-files.txt
  465.     RECENT FILES:  /info-mac/help/recent-files.txt
  466.     HELP:          Look in the /info-mac/help directory, read 'em all.
  467.     HOW TO UPLOAD: email posts or files to info-mac@sumex-aim.stanford.edu
  468.                    emailing to macgifts@mac.archive.umich.edu also works.
  469.     TRANSFER MODE: Use ASCII.
  470.  
  471. 9.  toklab.ics.osaka-u.ac.jp   (133.1.12.100) /mac/info-mac/info-mac
  472.     A good sized Mac site in Japan.  'ls' does not list files so use 'dir' 
  473.     instead.  Files are orginized by date so reading the 00dir.recent and 
  474.     00dir.verbose lists is imperative.  All files are unix compressed .hqx
  475.     (.hqx.Z) and therefore require BINARY (IMAGE) mode to download.
  476.     ALL FILES:     /mac/info-mac/info-mac/00dir.verbose
  477.     RECENT FILES:  /mac/info-mac/info-mac/00dir.recent
  478.     TRANSFER MODE: Use BINARY (IMAGE).
  479.  
  480. 10. archives.math.utk.edu (128.169.202.163) /mac 
  481.     A site for shareware and public domain software suitable for use in
  482.     mathematics education at the college and university level.  Both anonymous
  483.     ftp and gopher access are supported (gopher using port 70).  Gopher access
  484.     also supports WAIS searching of abstracts as well as numerous gopher links
  485.     to other sites of mathematical interest.
  486.  
  487. 11. ftp.acns.nwu.edu  (129.105.113.52 129.105.49.1) /pub
  488.     The headquarters of John Norstad's excellent anti-virus program, 
  489.     Disinfectant {/pub/disinfectant.  Other interesting /pub directories
  490.     are: /pub/newswatcher; /pub/nupop; and /pub/ph.
  491.     TRANSFER MODE: Use ASCII.
  492.  
  493. 12. ftp.ncsa.uiuc.edu  (141.142.20.50)  /Mac
  494.     Also know as zaphod.ncsa.uiuc.edu.  NCSA keeps Telnet, ContigAsm,
  495.     Contour, DataScope, GelReader, HypercardAnimator, NCSA Image,
  496.     Import2HDF, Layout, & PalEdit here. 
  497.     TRANSFER MODE: Use ASCII.
  498.  
  499. 13. ftp.primate.wisc.edu  (144.92.43.11)  /pub/mac
  500.     Contains some programs by Paul DuBois, and a few other utilities: BlobMgr, 
  501.     FaceLift, Grep, TransSkel,ZoomIdle, MakeWrite, SicnEdit, gnome, and
  502.     psuedo-fpu. 
  503.     TRANSFER MODE: Use ASCII.
  504.  
  505. 14. ftp.uu.net  (192.48.96.9)  /languages/abc
  506.     You can find a mac version of the ABC programming language here, and also 
  507.     a macintosh version of STDWIN as /amiga-sources/stdwin/mac.tar.Z. UUNet 
  508.     also archives huge amounts of other material, like USENET news, GNU stuff, 
  509.     bsd sources, internet specs, popular unix packages, and bug fixes. 
  510.     ALL FILES:     /index/master.Z, /index/master-time.Z
  511.     RECENT FILES:  /index/changes.week.Z, /index/changes.day.1.Z
  512.     IN QUEUE:      /index/incoming.Z
  513.     HELP:          /help, /index/README
  514.     HOW TO UPLOAD: /tmp
  515.     TRANSFER MODE: Use BINARY (IMAGE).
  516.  
  517. 15. ics.uci.edu  (128.195.1.1)  /mac/think-c
  518.     This is the home of the Think C mailing list. You'll find a bunch of Think 
  519.     Class Library stuff here, along with general Think C code, interfaces, and 
  520.     updaters.  Read all the README files in /mac/think-c for more info (and 
  521.     how to get on the mailing list). 
  522.     TRANSFER MODE: Use ASCII.
  523.  
  524. 16. imag.imag.fr  (129.88.32.1)  /pub/CABRI
  525.     Not only is this the home of the CABRI (graph, geometry) software, but 
  526.     they are also nice enough to keep the most recent uploads to 
  527.     comp.binaries.mac, in MacBinary format (yay!). It is recommened that
  528.     CABRI be retrieved from wuarchive.wustl.edu
  529.     TRANSFER MODE: Use BINARY (IMAGE).
  530.  
  531. 17. microlib.cc.utexas.edu  (128.83.1.21)  /microlib/mac
  532.     Headquarters of Chris Johnson's anti-virus utility Gatekeeper.
  533.     Somewhat erratic in getting new or unique files.  You can also subscribe 
  534.     to their mailing list (email to chrisj@emx.utexas.edu and ask) to get 
  535.     informed when new additions arrive.
  536.     ALL FILES:     /microlib/mac/file-list.txt
  537.     RECENT FILES:  Get the file called "Update-[date]" in /microlib/mac.
  538.     HOW TO UPLOAD: email to macgifts@mac.archive.umich.edu
  539.                    {this also results in cross-posting to other archives.}
  540.     TRANSFER MODE: Use ASCII.
  541.  
  542. 18. munnari.oz.au  (128.250.1.21)  /mac
  543.     Home of Webster Multiport Gateway tools, and other mac networking goodies, 
  544.     like Columbia Appletalk Package, Timelord, & Messages. 
  545.     TRANSFER MODE: Use BINARY (IMAGE).
  546.  
  547. 19. ncbi.nlm.nih.gov  (130.14.20.1)  /entrez
  548.     The NCBI has developed a CD-ROM based system for browsing records in a 
  549.     subset of the NLM's MEDLINE medical bibliographic database. Preliminary 
  550.     Macintosh and MS-Windows versions of the browser program, named Entrez, 
  551.     are posted in the "entrez" directory.  Ordering information for the Entrez 
  552.     CD-ROM is also posted there. 
  553.     HELP:          Contact gish@ncbi.nlm.nih.gov (Warren Gish).
  554.     TRANSFER MODE: Use ASCII.
  555.  
  556. 20. neptune.ethz.ch  (129.132.101.33)  /Oberon/MacII
  557.     Here you can find the MacOberon compiler, and the Geometry program XYZ 
  558.     GeoBench. 
  559.     TRANSFER MODE: Use ASCII.
  560.  
  561. 21. rascal.ics.utexas.edu  (128.83.138.20)  /mac
  562.     rascal is the definitive anti-viral support site.  It is also
  563.     the definitive archive site for MacLayers, DialScript, and
  564.     comp.sys.mac.announce.
  565.  
  566. 22. ftp.cs.tu-berlin.de (130.149.17.7)  /pub/mac
  567.     Also called 'quepasa.cs.tu-berlin'.  Features:  FTP-Users can get folders
  568.     with 'get folder.tar' and get files/folers compressed
  569.     'get file.Z/get folder.tar.Z' {use binary}
  570.     Mail-Server:  mail-server@cs.tu-berlin.de
  571.  
  572. 23. ftp.lth.se  (130.235.20.3)  /mac
  573.     This is a European sumex shadow that has superseded sics.se.  Due to
  574.     people using the site as a gif trading post the ftp upload has been
  575.     eliminted.
  576.     HOW TO UPLOAD: email files to Peter.Moller@dna.lth.se
  577.     TRANSFER MODE: Use ASCII.
  578.  
  579. 24. ftp.sunet.se  (130.238.127.3) /pub/mac
  580.     This Sweden archive mirrors both Info-mac {/pub/mac/info-mac} and Umich
  581.     {/pub/mac/mirror-umich}.  It should be noted that files in /info-mac
  582.     are continuosly moved to the directory /pub/mac, making them simpler to
  583.     reach but also leads to some frustration when one finds directories empty.
  584.     This archive also has large amounts of DOS, Windows and UNIX files.
  585.     INFO:          'arkiv-underh' in the root directory {in Swedish, I think}
  586.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  587.     else.
  588.  
  589. 25. ftphost.aukuni.ac.nz  (130.216.1.5)  /mac
  590.     A shadow archive intended for folks in and around New Zealand. 
  591.     ALL FILES:     /mac/README
  592.     RECENT FILES:  /mac/NEWFILES.TXT
  593.     HELP:          Mail Andrew Knox at macftp@ccu1.aukuni.ac.nz.
  594.     HOW TO UPLOAD: macftp@ccu1.aukuni.ac.nz
  595.     TRANSFER MODE: Use ASCII.
  596.  
  597. 26. grind.isca.uiowa.edu  (128.255.40.200  128.255.21.233)   /mac
  598.     The Iowa Student Computing Association filesystem, five gigabytes and 
  599.     growing! Not only does ISCA have FTP but also a telnet downloading 
  600.     interface (Zmodem, NetZmodem, Kermit, Xmodem, FTP) with search, 
  601.     new_files, and batch downloading, login as 'iscabbs'. 
  602.     ISCA also has one of the largest Internet BBS's at bbs.isca.uiowa.edu,
  603.     they support over 200 users online at once.
  604.     Coming soon: PANDA, the information arcade message system. A quantum
  605.     leap beyond the ordinary BBS experience.
  606.     TRANSFER MODE: Use BINARY.  (MacBinary format)
  607.  
  608. 27. src.doc.ic.ac.uk  (146.169.3.7)  /mac
  609.     A London based Info-mac & umich {packages/mac/umich} shadow.
  610.     Limit: 300 simultaneous users.  To save space some files have been
  611.     gzipped but these can ungzipped on the fly by typing in the file name
  612.     minus the .gz suffex.
  613.     HELP:          mail ukuug-soft@doc.ic.ac.uk to contact the maintainers.
  614.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  615.     else.
  616.  
  617. 28. wuarchive.wustl.edu  (128.252.135.4)  /systems/mac
  618.     Important Note:  "The entire archives were destroyed the afternoon of
  619.     Thursday, January 13, 1994 due to a bug in the system crash dump routines.
  620.     [...] Everything was lost, the archive maintainers are scrambling to find
  621.     copies of all of the missing files -- it's probable that some files were
  622.     lost permanently" (README.NOW file)
  623.     This is the de-facto king of shadow archives; it mirrors three mac 
  624.     sites: sumex {/systems/mac/info-mac}, mac.archive.umich.edu
  625.     {/systems/mac/umich.edu}, and the now defunct Simtel site
  626.     {/systems/mac/machintosh}.  Likely the Simtel mirror was restored from the
  627.     backup tapes.  It appears that the rascal.ics.utexas.edu mirror was 
  628.     destroyed in the crash.  All of the cross pointer directories {such as
  629.     mirrors/info-mac and mirrors/archive.umich.edu/mac} got lost in the crash
  630.     so file directory paths may need to be adapted accordingly.
  631.     This site also shadows several non Mac archives.     
  632.     {Due to the system crash this site will be slightly chaotic for a while.}
  633.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  634.     else.
  635.  
  636. 29. ftp.lu.se (130.235.132.89)
  637.     Old name was pollux.lu.se.  Roland.Mansson@dna.lth.se (Roland Mansson)
  638.     sent me the following: "ftp.lu.se, which I administrate, will
  639.     unfortunately NOT have many mac files in the future."
  640.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  641.     else.
  642.  
  643. 30. ftp.bio.indiana.edu  (129.79.224.50)  /{see below}
  644.     All sorts of scientific applications, in /biology/mac, /chemistry/mac, 
  645.     /science/mac, and /molbio/mac. 
  646.     HELP:          /archive.doc
  647.     HOW TO UPLOAD: /incoming
  648.     TRANSFER MODE: Use ASCII.
  649.  
  650. 31. plains.nodak.edu  (134.129.111.64)  /pub/mac/pub
  651.     Kind of stale, but they had some stuff I hadn't seen anywhere else. 
  652.     TRANSFER MODE: Use ASCII.
  653.  
  654. 32. pomme.src.umd.edu (128.8.111.252) /info-mac
  655.     Also named src-aux.src.umd.edu.  On a Mac running A/UX 3.0 this is the
  656.     Institute for Systems Research at the University of Maryland's sumex 
  657.     shadow for UMCP and the east coast and it also adds a few files.
  658.     The sumex shadowing seems to have stopped around 2/20/93 {latest file
  659.     date.}
  660.  
  661. 33. ftp.cpsc.ucalgary.ca  (136.159.7.18)  /pub/text.compression.corpus
  662.     Holds sample files to benchmark compression programs, voyager .gifs, and
  663.     a text editor that predicts what you'll type next in
  664.     /pub/the.reactive.keyboard/mac. 
  665.     TRANSFER MODE: Use BINARY (IMAGE).
  666.  
  667.  
  668.